API Endpoints
Update Tool Credential Endpoint
Update an existing tool credential by its ID.
PUT
Description
Update an existing tool credential by its ID.
Endpoint
PUT /v3/tools/credentials/{credential_id}
Authentication
API Key (x-api-key) must be included in the header.
Path Parameters
credential_id
(string) - The ID of the credential to update.
Request Body
A JSON object containing the updated credential data.
Response
A message confirming that the credential was updated.
Example Request
Authorizations
Path Parameters
The ID of the credential to update.
Body
application/json
Updated credential data
The body is of type object
.
Response
200
application/json
Credential updated successfully
The response is of type object
.